/ Assembly List / LJCDBViewDAL / ViewJoinColumnManager / IsDuplicate

Namespace - LJCDBViewDAL


Parameters
lookupRecord - The Lookup object.
currentRecord - The Current object
isUpdate - The Update flag.

Returns

True if duplicates, otherwise false.

Syntax

C#
public Boolean IsDuplicate(ViewJoinColumn lookupRecord, ViewJoinColumn currentRecord, Boolean isUpdate = False)

Check for duplicate unique key.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.